#metaThis page compiles some useful things about your space and may also be useful for debugging things. Stats
**Total pages:** {{count({page select name})}}
**Total attachments:** {{count({attachment select name})}}
**Total tags:** {{count({tag select name})}}
{{#each {space-script}}}
* [[{{ref}}]]
{{/each}}
{{#each {space-style}}}
* [[{{ref}}]]
{{/each}}
You have space config defined on the following pages:{{#each {space-config select replace(ref, /@.+/, "") as page}}}
* [[{{page}}]]
{{/each}}
Composed, this leads to the following active configuration:~~~yaml
{{yaml(@config)}}
~~~